getaddrinfo-is-threadsafe
authorSteve Langasek <vorlon@debian.org>
Sun, 23 Aug 2020 18:09:57 +0000 (19:09 +0100)
committerRyan Tandy <ryan@nardis.ca>
Sun, 23 Aug 2020 18:09:57 +0000 (19:09 +0100)
commit969af1d41e2f95aabf70e0edd3a9efe4c84d56a1
tree4b9678470efb66aa957f595bdf691c279d85eda2
parentf311c286bc55be5edbf15151f670474b2ddf3123
getaddrinfo-is-threadsafe

OpenLDAP upstream conservatively assumes that certain resolver functions
(getaddrinfo, getnameinfo, res_query, dn_expand) are not re-entrant; but we
know that the glibc implementations of these functions are thread-safe, so
we should bypass the use of this mutex.  This fixes a locking problem when
an application uses libldap and libnss-ldap is also used for hosts
resolution.

Closes Debian bug #340601.

Not suitable for forwarding upstream; might be made suitable by adding a
configure-time check for glibc and disabling the mutex only on known
thread-safe implementations.

Gbp-Pq: Name getaddrinfo-is-threadsafe
libraries/libldap/os-ip.c
libraries/libldap/util-int.c